home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Graphics Programming (2nd Edition) / Visual Basic Graphics Programming 2nd Edition.iso / Src / Ch17 / BumpySph.ray < prev    next >
Text File  |  1999-08-24  |  380b  |  16 lines

  1. Viewpoint(1000, 0.6, -0.6)
  2. AmbientLight(128, 128, 128)
  3. LightSource(-1000, -500, 1000, 255, 255, 255)
  4. LightSource(1000, -500, 1000, 255, 255, 255)
  5. BumpySphere(100, 0, 0, 0,
  6.   0.4,
  7.   0.7, 0.1, 0.1, ' Ambient.
  8.   0.7, 0.1, 0.1, ' Diffuse.
  9.   20, 0.35,      ' Specular.
  10.   0, 0, 0,       ' Reflected.
  11.   3, 1, 1.4,     ' TransN, n1, n2.
  12.   0, 0, 0        ' Tansmission.
  13. )
  14.  
  15.  
  16.